projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3f2ee
)
gtk-builder-tool: Add more exceptions
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 May 2015 14:16:55 +0000
(10:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 May 2015 15:55:57 +0000
(11:55 -0400)
gtk/gtk-builder-tool.c
patch
|
blob
|
history
diff --git
a/gtk/gtk-builder-tool.c
b/gtk/gtk-builder-tool.c
index 91cad480f743edc19902dcb825edcc84a91ee22f..1ddcec5dfb925c8a01f7411db037e6d333c2a4fd 100644
(file)
--- a/
gtk/gtk-builder-tool.c
+++ b/
gtk/gtk-builder-tool.c
@@
-109,6
+109,11
@@
needs_explicit_setting (MyParserData *data,
const char *property;
gboolean packing;
} props[] = {
+ { "GtkAboutDialog", "program-name", 0 },
+ { "GtkCalendar", "year", 0 },
+ { "GtkCalendar", "month", 0 },
+ { "GtkCalendar", "day", 0 },
+ { "GtkPlacesSidebar", "show-desktop", 0 },
{ "GtkRadioButton", "draw-indicator", 0 },
{ "GtkGrid", "left-attach", 1 },
{ "GtkGrid", "top-attach", 1 },